Backport expansion of Time Stamp documentation
authorStephen Gildea <stepheng+emacs@gildea.com>
Sun, 30 Mar 2025 18:39:53 +0000 (11:39 -0700)
committerStephen Gildea <stepheng+emacs@gildea.com>
Sun, 30 Mar 2025 18:39:53 +0000 (11:39 -0700)
commit43c9eb3df6050f19211e219c7cb03da7a6d9d6dd
tree03820d818e4b462d9bbba56e0a4db8d20869f845
parent38fec86281efd78af24cc435307d55a00223db49
Backport expansion of Time Stamp documentation

* doc/emacs/files.texi (Time Stamps): Add examples of enabling
time stamping with add-hook, setting time-stamp-pattern as a
file-local variable, and showing a time stamp at the end of a
file.  Divide into three sections.
* doc/emacs/emacs.texi: Add new nodes to menu.
* lisp/info.el (Info-file-list-for-emacs): Remove entry that
points Info at time-stamp discussion in the Autotype document.
* lisp/time-stamp.el (time-stamp-format, time-stamp-active,
time-stamp-count, time-stamp-pattern, time-stamp, time-stamp-string):
Expand doc strings.  Include Info cross-references.

Cherry picked from commits on the main branch.
Do not merge to master.
doc/emacs/emacs.texi
doc/emacs/files.texi
lisp/info.el
lisp/time-stamp.el